home *** CD-ROM | disk | FTP | other *** search
- package Astro;
-
- import com.siemens.mp.game.ExtendedImage;
- import com.siemens.mp.game.TiledBackground;
-
- // $FF: renamed from: Astro.i
- class class_0 {
- // $FF: renamed from: for com.siemens.mp.game.TiledBackground
- static TiledBackground field_0;
- // $FF: renamed from: new byte[]
- static byte[] field_1;
- // $FF: renamed from: int byte[]
- static byte[] field_2;
- // $FF: renamed from: try byte[]
- static byte[] field_3;
- // $FF: renamed from: a int
- int field_4;
- // $FF: renamed from: do int
- int field_5;
- // $FF: renamed from: if int
- int field_6;
-
- class_0() {
- System.gc();
- field_0 = d.a("disclaimer.bin", field_1, field_2, field_3);
- System.gc();
- this.field_4 = d.new * 8;
- this.field_5 = d.do * 8;
- this.field_6 = 0;
- field_0.setPositionInMap(0, this.field_6);
- d.b.addObject(field_0);
- }
-
- // $FF: renamed from: a () boolean
- boolean method_0() {
- if (this.field_6 < this.field_5 - 80) {
- ++this.field_6;
- field_0.setPositionInMap(0, this.field_6);
- return true;
- } else {
- return false;
- }
- }
-
- // $FF: renamed from: if () void
- void method_1() {
- field_1 = null;
- field_2 = null;
- field_3 = null;
- d.b.deleteObject(field_0);
- System.gc();
- }
-
- // $FF: renamed from: a (com.siemens.mp.game.ExtendedImage) void
- void method_2(ExtendedImage var1) {
- d.b.paint(var1, 0, 0);
- var1.blitToScreen(0, 0);
- }
- }
-